﻿/*头部样式*/
.logo{
    position: absolute;
    top:20px;
    left:30px;
    z-index: 999;
}
.banner_nav{
    background: rgba(0,0,0,.7);
    padding:35px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 9999;
}
.banner_nav li{
    margin:0 50px;
}
.banner_nav li a{
    color: #fff;
    display: block;
    text-align: center;
    transition: opacity 500ms;
    opacity: 0.7;
}
.banner_nav li a img{
    display: block;
    margin:0 auto;
}
.banner_nav li a:hover{
    opacity: 1;
}
.container{
    width: 100%;
    padding:0 8%;
    box-sizing: border-box;
}
.index-banner {
    /* position: static; */
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.head{
    position: fixed;
    top:0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    padding:10px 0;
/*    display: flex;*/
z-index:1;
}
.h_logo{
    float: left;
    width: 22%
}
.nav{
    display: flex;
    float: right;
    width: 72%;
    align-items: center;
    padding: 15px 0;
}
.nav li{
    width: 14.28%;
    position: relative;
    text-align: center;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 3em;
}
.nav li a:hover{
    color: #ccad67;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}


.menu-button{
    display: none;
    position: fixed;
    top: 5px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #cfa667;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #cfa667;
    text-align: center;
    position: fixed;
    top:60px;
    left: 0;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

#swiper-container1{
    z-index: 9;
}
#swiper-container1 .swiper-slide{
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important; 
    height:100vh; 
}
.swiper-wrapper{
    z-index: 999;
}
#swiper-container1 .swiper-slide  .index_banner_text{
    position: absolute;
    top:100%;
    right:8%;
    z-index: 9999;
    color: #fff;
    opacity: 0;
    width:100%;
}
.index_banner_text p{
    padding-right: 8%;
}
#swiper-container1 .swiper-slide-active .index_banner_text{
    top:40%;
    transition: all 1.2s;
    opacity: 1;
    -moz-transition:all 1.2s; /* Firefox 4 */
    -webkit-transition:all 1.2s; /* Safari and Chrome */
    -o-transition:all 1.2s; /* Opera */
}
#swiper-container1 .index_banner_text h3{
    font-size: 50px;
    text-shadow: 2px 2px 2px #666;
    line-height: 1.8em;
    text-align: right;
}
#swiper-container1 .index_banner_text h3 span{
    display: block;
}
/*#swiper-container1 .swiper-slide{*/
/*    background-size:cover;*/
/*}*/
@media(max-width:1440px){
    .index-banner{
        height:100%;
    }

}
@media(max-width: 1199px){
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 1%;
    }
    .nav{
        padding:10px 0;
    }
    .index-banner{
        height:100%;
    }
    /*#swiper-container1{*/
    /*    height:100%!important;*/
    /*}*/
    /*#swiper-container1 .swiper-slide-active .index_banner_text{*/
    /*    top:30%;*/
    /*}*/
    #swiper-container1 .index_banner_text h3{
        font-size:42px;
    }
    #swiper-container1 .swiper-slide{
        height:100%; 
    }
}
@media(max-width: 768px){
    .nav{
        padding:0;
    }
    .logo{
        width: 40%;
    }
    .banner_nav li{
        margin:0 30px;
    }
    #swiper-container1 .index_banner_text h3{
        font-size:36px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 50%;
        top:20px ;
        left: 10px;
    }
    .banner_nav{
        display: none;
    }
    .head{
        display: none;
    }
    .menu-button{
        display: block;
    }
    #swiper-container1 .swiper-slide-active .index_banner_text{
        top:50%;
    }
    #swiper-container1 .index_banner_text h3{
        font-size:24px;
    }
}


.index_title{
    margin:40px 0 20px 0;
}
.index_title p{
    font-size: 50px;
    color: #4c4c4c;
    line-height: 1.4em;
}
.index_title span{
    display: block;
    font-size: 24px;
    color: #808080;
}
.index_main1{
    display: flex;
    flex-wrap: wrap;
}
.index_main1 li{
    width: 50%;
    cursor: pointer;
}
.index_main1 li a.img{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.index_main1 li a.img:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,.6);
}
.index_main1 li .text1{
    position: absolute;
/*    top:0;*/
    left:0;
    bottom:0;
    width: 94%;
/*    height: 100%;*/
    /*background: rgba(0,0,0,.6);*/
    color: #fff;
    padding:12% 3%;
    transition: all 0.6s ease-out;
    z-index: 3;
}
.index_main1 li .text1 h3{
    font-size: 40px;
    font-weight: normal;
}
.index_main1 li .text1 p{
    font-size: 16px;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
}
.index_main1 li .text2{
    position: absolute;
    width: 94%;
    padding:25px 3%;
    bottom:0;
    left:0;
    z-index: 2;
    background: rgba(207,166,103,.8);
    color: #fff;
    opacity: 0;
}
.index_main1 li .text2 h3{
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4em;
}
.index_main1 li .text2 p{
    font-size: 18px;
}
.index_main1 li:hover .text2{
/*    opacity: 1;
    transition: all 0.6s ;*/
}
.index_main1 li:hover .text1{
/*    opacity: 0;*/
    bottom:0;
    transition: all 0.6s;
    background: rgba(207,166,103,.8);
    padding:25px 3%;
}

@media(max-width: 1440px){
    .index_main1 li .text1 p{
        font-size:14px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_title p{
        font-size: 36px;
    }
    .index_title span{
        font-size: 18px;
    }
    .index_main1 li{
        width: 100%;
    }
    .index_main1 li .text1 h3{
        font-size: 32px;
    }
}
@media(max-width: 640px){
    .index_main1 li .text1 h3{
        font-size: 28px;
    }
    .index_title{
        margin:20px 0;
    }
    .index_title p{
        font-size: 32px;
    }
}


.index_main2{
    background: url(../images/bg1.jpg) no-repeat;
    padding:60px 0;
    margin-bottom: 60px;
}
.index_main2 .container{
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
}
.index_main2 .container li{
    width: 21.5%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.6s ease-out;
    margin:0 1%;
/*    width: 338px;*/
    height: 505px;
    overflow: hidden;
}
.index_main2 .container li:before{
    content: '';
    position: absolute;
    z-index: 2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(207,166,103,.7);
    display: block;
}
.index_main2 .container li a{
    display: block;
}
.index_main2 .container li img{
    max-width: none;
}
.index_main2 .container li h3{
    position: absolute;
    top:40%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.index_main2 .container li h3 span{
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin:5px auto 0;
}
.index_main2 .container li:hover{
    width: 26%;
    transition: all 0.6s;
}
.index_main2 .container li:hover:before{
    display: none;
}
.index_main2 .container li.on{
    width: 26%;
    transition: all 0.6s;
}
.index_main2 .container li.on:before{
    display: none;
}

@media(max-width: 1660px){
    .index_main2 li{
        height: 400px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .index_main2 li{
        height: 350px;
    }
}
@media(max-width: 768px){
    .index_main2{
        padding:30px 0;
        margin-bottom: 30px;
    }
    .index_main2 .container{
        flex-wrap: wrap;
    }
    .index_main2 .container li{
        width: 48%;
        margin:1%;
        height:405px;
    }
    .index_main2 .container li.on{
        width: 48%;
    }
    .index_main2 .container li img{
        height: 100%;
        width: 100%;
    }
    .index_main2 .container li:hover{
        width: 48%;
    }
}
@media(max-width: 640px){
    .index_main2 .container li{
        height:200px;
    }
}


.index_main3{
    background: url(../images/bg2.jpg) no-repeat;
    padding:;
    height: 670px
}
.index_main3 h2{
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    padding:50px 0 100px 35px;
}
.index_main3 ul{
    display: flex;
    justify-content: center;
}
.index_main3 ul li{
    width: 28%;
    margin:0 2.65%;
}.index_main3 ul li a.img{
    display: block;
    overflow: hidden;
}
.index_main3 ul li a.img img{
    transition: all 0.6s ease-out;
}
.index_main3 ul li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.index_main3 ul li h3 a{
    display: block;
    font-size: 18px;
    color: #fff;   
    font-weight: normal; 
    text-align: center;
    margin-top: 5px;
}
.index_main3 ul li h3 span{
    margin-right: 15px;
    display: inline-block;
}
.index_main3 ul li h3 span:last-child{
    margin-left: 15px;
    margin-right: 0;
}


@media(max-width: 1440px){
    .index_main3{
        height: 600px;
    }
    .index_main3 ul li{
        width: 30%;
        margin: 0 1.65%;
    }
}
@media(max-width: 1024px){
    .index_main3 h2{
        padding:50px 0;
        text-indent: 35px;
    }
}
@media(max-width: 768px){
    .index_main3{
        height: 500px;
    }
    .index_main3 ul li{
        width: 30%;
        margin: 0 1.65%;
    }
    .index_main3 ul li h3 span{
        display:none;
    }
    .index_main3 ul li h3 span:last-child{
        display:none;
    }
}
@media(max-width: 640px){
    .index_main3{
        height: 100%;
    }
    .index_main3 h2{
        text-indent: 15px;
        font-size: 26px;
        padding:30px 0 20px 0;
    }
    .index_main3 ul{
        flex-wrap:wrap;
        justify-content:left;
    }
    .index_main3 ul li{
        width:48%;
        margin:1%;
    }
    .index_main3 ul li h3{
        font-size: 16px;
        margin-top:0;
    }

}

footer{
    background: #666;
    padding:45px 0;
}
.foot1{
    border-bottom: 1px solid #808080;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.f_logo{
    float: left;
}
.f_nav2{
    float: left;
    display: flex;
    padding:30px 0 0 0;
}
.f_nav2 li{
    margin-left: 45px;
}
.f_nav2 li a{
    display: block;
    font-size: 16px;
    color: #fff;
    
}
.foota{
    float: right;
    padding-top: 0px;
}
.foota a{
    display: block;
    margin-left: 30px;
    float: left;
}
.copyright{
    font-size: 16px;
    color: #ccc;
    text-align: center;
}
.copyright a{
    font-size: 14px;
    color: #b2b2b2;    
}
.copyright p:last-child{
    font-size: 14px;
    color: #b2b2b2;
    padding-top: 10px;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    footer{
        padding:30px 0;
        display: none;
    }

    .foot1{
        border: none;
        padding:0;
        margin:0;
    }
    .f_nav2{
        display: none;
    }
    .foota a{
        margin-left: 20px;
    }
    .copyright{
        display: none;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    footer {
        padding:0;
        display:block;
    }
    footer .container {
        display:none;
    }
    footer .copyright{
        display:none;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_head{    
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,.8);
    padding:10px 0;
    z-index: 999999;
}
.n_head2{
    position: relative;
    
}
.n_logo{
    float: left;
    margin-left: 30px;
}
.n_nav{
    display: flex;
    float: left;
    margin-left: 100px;
    padding-top: 10px;
}
.n_nav li{
    margin:0 35px;
    position: relative;
}
.n_nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.n_nav li a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d4a966;
    bottom:-10px;
    left:0;
    opacity: 0;
}
.n_nav li:hover a:after{
    opacity: 1;
}
.n_tel{
    float: right;
    font-size: 20px;
    color: #fff;
    padding-left: 40px;
    background: url(../images/n_tel.png) no-repeat left center;
    margin-right: 20px;
    margin-top: 10px;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp{
    border-bottom: 1px solid #e5e5e5;
    padding:10px 0;
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.sitemp a{
    font-size: 14px;
    color: #999;    
}
.right{
    padding:30px 0;
}
.n_container{
    width: 1200px;
    margin:0 auto;
}

@media(max-width: 1600px){
    .n_nav{
        margin-left: 50px;
    }
    .n_nav li{
        margin:0 25px;
    }
}
@media(max-width: 1440px){
    .n_logo{
        margin-left: 15px;
    }
    .n_nav{
        margin-left: 30px;
    }
    .n_nav li{
        margin:0 10px;
    }    
}
@media(max-width: 1199px){
    .n_logo{
        width: 25%;
    }
    .n_nav{
        padding-top: 5px;
    }
    .sitemp{
        margin-bottom: 10px;
    }
    .right{
        padding:20px 0;
    }
    .n_container{
        width: 98%;
        /*padding:0 1%;*/
    }
    .n_tel{
        display: none;
    }
}
@media(max-width: 768px){
    .n_nav {
        margin-left: 15px;
    } 
    .n_nav li {
        margin: 0 7px;
    } 
    .n_nav li a{
        font-size: 14px;
    }  

}
@media(max-width: 640px){
    .n_head{
        position:relative;
    }
    .n_logo{
        width: 60%;
    }
    .n_nav{
        display: none;
    }
}


.n_yyly{
/*    margin:45px auto 45px;*/
}
.n_yyly li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    cursor: pointer;
}
.n_yyly li a.img{
    display: block;
    width: 50%;
    overflow: hidden;
}
.n_yyly li p a{
    /*display: inline-block;*/
    /*width:auto;*/
    /*color: #d4aa65;*/
    text-decoration: underline;
}
.n_yyly li a img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.n_yyly li a img:hover{
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}
.n_yyly li .text{
    width: 40%;
    background: #f7f7f7;
    padding:80px 5% 0;
}
.n_yyly li .text h2{
    font-weight: normal;
    font-size: 30px;
    color: #d4aa65;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.n_yyly li .text h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 65px;
    height: 2px;
    background: #d4aa65;
}
.n_yyly li .text p{
    font-size: 14px;
    color: #666;

}
.n_yyly li:nth-child(2n){
    flex-direction:row-reverse; 
}
.n_yyly li:nth-child(2n) .text{
    background: #d4aa65;
}
.n_yyly li:nth-child(2n) .text h2{
    color: #fff;
}
.n_yyly li:nth-child(2n) .text p{
    color: #fff;
}
.n_yyly li:nth-child(2n) .text p a{
    color: #fff;
}
.n_yyly li:nth-child(2n) .text h2:after{
    background: #fff;
}


@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1024px){
    .n_yyly li .text{
        padding:50px 5%;
    }     
}
@media(max-width: 768px){

    .n_yyly li a{
        width: 100%;
    }
    .n_yyly li .text{
        width: 90%;
        background: #f7f7f7;
        padding:30px 5%;
    }    
    .n_yyly li .text h2{
        font-size: 24px;
        padding-bottom: 5px;
    } 
}
@media(max-width: 640px){
    
}


.n_jcsb{
/*    margin:45px auto 45px;*/
}
.n_jcsb li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    cursor: pointer;
}
.n_jcsb li a{
    display: block;
    width: 50%;
    overflow: hidden;
}
.n_jcsb li a img{
    width: 100%;
    transition: all 0.6s ease-out;
}
.n_jcsb li a img:hover{
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}
.n_jcsb li .text{
    width: 40%;
    background: #f7f7f7;
    padding:80px 5% 0;
}
.n_jcsb li .text h2{
    font-weight: normal;
    font-size: 26px;
    color: #666;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/*.n_jcsb li .text h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 65px;
    height: 2px;
    background: #d4aa65;
}*/
.n_jcsb li .text p{
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    background: url(../images/dian1.png) no-repeat left 5px;
}
.n_jcsb li .text p span{
    color: #ff0000;
}
.n_jcsb li:nth-child(2n){
    flex-direction:row-reverse; 
}
/*.n_jcsb li:nth-child(2n) .text{
    background: #d4aa65;
}*/
/*.n_jcsb li:nth-child(2n) .text h2{
    color: #fff;
}
.n_jcsb li:nth-child(2n) .text p{
    color: #fff;
}
.n_jcsb li:nth-child(2n) .text h2:after{
    background: #fff;
}*/


@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1024px){
    .n_jcsb li .text{
        padding:50px 5%;
    }     
}
@media(max-width: 768px){

    .n_jcsb li a{
        width: 100%;
    }
    .n_jcsb li .text{
        width: 90%;
        background: #f7f7f7;
        padding:30px 5%;
    }    
    .n_jcsb li .text h2{
        font-size: 24px;
        padding-bottom: 5px;
    } 
}
@media(max-width: 640px){
    
}



/*n_contact*/
.n_contact{
    position: relative;
    overflow: hidden;
    margin:50px 0;
    width: 100%;
}
.n_contact_cont{
    position: absolute;
/*    width: 20%;*/
/*    height: 100%;*/
    background: rgba(213,170,101,1);
    color: #fff;
    left:10%;
    padding:50px 40px;
    top: 3%;
}
.n_contact_cont h1{
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
}
.n_contact_cont h1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom:0px;
    width: 60px;
    height: 2px;
    background: #fff;
}
.n_contact_cont h2{
    font-size: 20px;
    color: #fff;
    /*padding-top: 10px;*/
}
.n_contact_cont p{
    font-size: 14px;
    margin:10px 0;
    padding-left: 25px;
}
.n_contact_cont p:nth-child(1){
    background: url(../images/c1.png) no-repeat left center;
}
.n_contact_cont p:nth-child(2){
    background: url(../images/c2.png) no-repeat left center;
}
.n_contact_cont p:nth-child(3){
    background: url(../images/c4.png) no-repeat 2px 9px;
    /*background:none;*/
}
.n_contact_cont p:nth-child(4){
    background: url(../images/c4.png) no-repeat 2px 9px;
    /*background:none;*/
}

/*.mess_container{*/
/*    width: 70%;*/
/*    margin: 0 auto 0px;*/
/*    position: relative;*/
/*    padding: 0 15%; */   
/*}*/
.mess_container2{
    width: 80%;
    margin:0 auto;
    position: relative;
}
.foot_message{
    background: url(../images/message.jpg) no-repeat;
    padding:50px 0;
    background-size: cover;
}
.foot_message_title{
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 10px;
}
.message1{

}
.message1 ul{
    display: flex;
}
.message1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.message1 ul li:last-child{
    margin-right: 0;
}
.message1 ul li input{
    width: 100%;
    background: #fff;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border:none;
}
.message1 .mess_content{
    width: 100%;
}
.message1 .mess_content textarea{
    height: 80px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;    
    border: none;
    padding:0;
}
.message1 .mess_btn input.msgbtn{
    display: block;
    width: 152px;
    line-height: 38px;
    background-color: #d5aa65;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:40px;
    right:0;
    border: none;
}

@media (max-width: 1600px){
    .mess_container {
        width: 80%;
    }    
}
@media (max-width: 1440px){
    .mess_container {
        width: 85%;
    }
}
@media (max-width: 1024px){
    .mess_container {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 1%;
    }
    .mess_container2{
        width: 98%;
        padding: 0 1%;
    }
}
@media (max-width: 768px){
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }
}
@media(max-width: 640px){
    .n_map{
        height: 350px;
    }
    .n_contact_cont{
        position: relative;
        left:0;
        top:0;
        padding:30px 20px;
    }
    .foot_message_title{
        font-size: 18px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 5px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 15px 0;
    }
}


/*n_about*/
.n_about{
    display: flex;
    flex-wrap: wrap;
}
.n_about_img{
    width: 51%;
}
.n_about_text{
    width: 44%;
    padding:30px 0 0 5%;
}
.n_about_text h2{
    position: relative;
    font-size: 24px;
    color: #3d3d3d;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.n_about_text h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 50px;
    height: 2px;
    background: #d5aa65;
}
.n_about_text h2 span{
    font-weight: normal;
    font-size:14px;
    color:#808080;
}



.n_qywh{
    background: url(../images/qywh.jpg) no-repeat;
    background-size: cover;
    margin-top: 60px;
    padding:60px 0;
}
.n_qywh h2{
    position: relative;
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.n_qywh h2:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    width: 50px;
    height: 2px;
    background: #d5aa65;
}
.n_qywh h2 span{
    font-weight: normal;
    font-size:14px;
    color:#fff;
}
.qywh_cont{
    display: flex;
    flex-wrap: wrap;
}
.qywh_text{
    width: 50%;
}
.qywh_text1{
    display: flex;
/*    flex-wrap: wrap;*/
    color: #fff;
    margin-bottom: 30px;
}
.qywh_text1 span{
    display: block;
    font-size: 20px;
    width: 18%;
}
.qywh_text1 .qywh_text1_cont{
    font-size: 14px;
    width: 82%;
    padding-top: 7px;
}
.qywh_img{
    width: 44%;
    padding-left: 6%;
}

@media(max-width: 1199px){
    .qywh_text1 span{
        width: 22%;
    }
    .qywh_text1 .qywh_text1_cont{
        width: 78%;
    }
    .n_qywh{
        margin-top: 0;
    }
}
@media(max-width: 768px){
    .n_qywh{
        padding:30px 0;
    }
    .n_about_img{
        width: 100%;
        text-align: center;
    }
    .n_about_text {
        width: 96%;
        padding: 30px 2%;
    }
    .qywh_text{
        width: 100%;
    }
    .qywh_text1 span {
        width: 15%;
    }
    .qywh_text1 .qywh_text1_cont {
        width: 85%;
    }
    .qywh_img{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
@media(max-width: 640px){
    .qywh_text1{
        flex-wrap: wrap;
    }
    .qywh_text1 span {
        width: 100%;
    }
    .qywh_text1 .qywh_text1_cont {
        width: 100%;
    }    
}


.n_product_intro{
    padding-bottom: 35px;
}
.n_product_intro h2{
    font-size: 36px;
    color: #666;
    font-weight: normal;
}
.n_product_intro span{
    font-size: 16px;
    color: #cfae69;
    display: none!important;
}
.n_product_intro_content{
    display: flex;
    flex-wrap: wrap;
    display: none!important;
}
.n_product_intro_content p{
    width: 50%;
    text-indent: 10px;
    font-size: 14px;
    color: #666;
}
.n_product_list{
    background:#f5f5f5;
    padding-top: 50px;
}
.n_product_img{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.n_product_img li{
    position: relative;
    z-index: 1;
    width: 31%;
}
.n_product_img li:nth-child(2){
    margin:0 3.5%;
}
.n_product_img li a{
    display: block;
    overflow: hidden;
}
.n_product_img li h3{
    text-align: center;
    line-height: ;
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    z-index: 3;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.n_product_img li:after{
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background:url(../images/p_bg1.png) no-repeat center;
    opacity: 0;
}
.n_product_img li:hover:after{
    opacity: 1;
}
.n_product_img li.on:after{
    opacity: 1;
}
.n_product_sort{
    padding:0px 40px;
}
h2.n_title2{
    font-size: 26px;
    color: #4a4a4a;
    position: relative;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
h2.n_title2:after{
    content: '';
    position: absolute;
    left:0;
    bottom:0;
    
    width: 50px;
    height: 2px;
    background:#d5a965;
}
.sort_list1{
    display: flex;
    flex-wrap: wrap;

}
.sort_list1 li{
    width: 20%;
    margin-bottom: 40px;
}
.sort_list1 li a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    background:#d5a965;
    text-indent: 10px;
}
.sort_list1 li .sort_lista{

}
.sort_list1 li .sort_lista a{
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 0px;
    background: none;
    color:#666;
}
.sort_list1 li .sort_lista a:hover{
    color:#d5a965;
}
.n_yyly_list{
    padding:35px 0;
}
.n_yyly_list ul{
    display: flex;
    /*flex-wrap: wrap;*/
/*    justify-content: center;*/
}
.n_yyly_list li{
    width: 20.5%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 0.6s ease-out;
    margin:0 1%;
/*    width: 338px;*/
    height: 505px;
    overflow: hidden;
}
.n_yyly_list li:before{
    content: '';
    position: absolute;
    z-index: 2;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(207,166,103,.7);
    display: block;
}
.n_yyly_list li a{
    display: block;
}
.n_yyly_list li img{
    max-width: none;
}
.n_yyly_list li h3{
    position: absolute;
    top:40%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.n_yyly_list li h3 span{
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin:0 auto;
}
.n_yyly_list li:hover{
    width: 30%;
    transition: all 0.6s;
}
.n_yyly_list li:hover:before{
    display: none;
}
.n_yyly_list li.on{
    width: 30%;
    transition: all 0.6s;
}
.n_yyly_list li.on:before{
    display: none;
}


@media(max-width: 1660px){
    .n_yyly_list li{
        height: 400px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    .n_yyly_list li{
        height: 350px;
    }
}
@media(max-width: 768px){
    .n_product_list{
        padding-top: 30px;
    }
    .n_product_sort{
        padding:0 20px;
    }
    .sort_list1 li{
        width: 25%;
    }
    .n_product_intro h2{
        font-size: 32px;
    }
    .n_product_intro_content p{
        width: 100%;
        text-indent: 0;
    }
    .n_yyly_list ul{
        flex-wrap: wrap;
    }
    .n_yyly_list li{
        width: 48%;
        margin:1%;
    }
    .n_yyly_list li img{
        height: 100%;
        width: 100%;
    }
    .n_yyly_list li:hover{
        width: 48%;
    }
    .n_yyly_list li.on{
        width: 48%;
    }
}
@media(max-width: 640px){
    .n_yyly_list li{
        height:250px;
    }
    .n_product_intro h2{
        font-size: 24px;
    }
    .n_product_img li{
        width: 48%;
        margin:1%;
    }
    .n_product_img li:nth-child(2) {
        margin: 1%;
    }
    .n_product_img li:after{
        background-size: cover;
    }
    .sort_list1 li{
        width:33.333%;
        margin-bottom: 20px;
    }
}

/*news_list*/
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 49%;
    margin: 0 2% 20px 0;
    background: #f7f7f7;
}
.news_list li:nth-child(2n){
    margin:0 0 20px 0;
}
.news_list li a{
    display: flex;
    padding:40px 6%;
}
.news_list li span{
    font-size: 14px;
    color: #333;
    display: block;
}
.news_list li span b{
    font-size: 50px;
    display: block;
}
.news_list li .text{
    padding:0 0 0 20px;
    margin:0 0 0 25px;
    color: #333;
    width: 74%;
    position: relative;
}
.news_list li .text:before{
    content: '';
    width: 1px;
    height: 120px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.news_list li .text h3{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    height: 1.2em;
    overflow: hidden;
}
.news_list li .text p{
    font-size: 14px;
    margin:15px 0 12px 0;
}
.news_list li .text .more2{
    font-size: 14px;
    transition: all 0.6s ease-out;
}
.news_list li:hover{
    box-shadow: 0px 0px 30px #ccc;
}
.news_list li:hover .text .more2{
    padding-left: 40px;
    background: url(../images/news_more.png) no-repeat left center;
    transition: all 0.6s;
}
.news_detail{

}
.news_detail h1.title{
    padding: 0;
}
.news_detail .content{
    margin-bottom: 20px;
}
h3.title_bar{
    font-weight: normal;
}
.news_detail .page{
    padding: 10px 0 0 0;
    margin:10px 0 10px 0;
    border-top:1px solid #e5e5e5;
}
.n_relate{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto 0;    
}
.n_relate h4{
    font-size: 26px;
    color: #333;
    padding:40px 0 15px 0;
}

@media(max-width: 1499px){
    .n_container2{
        width: 96%;
    }
    .n_relate{
        width: 96%;
    }

}
@media(max-width: 1349px){
    .n_container1{
        width: 96%;
    }

    .news_list li .text h3{
        height: 2.4em;
    }
}
@media(max-width: 768px){
    .news_list li{
        width: 100%;
        margin:0 0 20px 0;
    }
    .news_list li a{
        padding: 20px 2%;
    }
    .news_list li .text h3{
        height: 1.2em;
    }
    .news_list li .text p{
        margin:5px 0;
    }
}
@media(max-width: 640px){
    
}


/*product_detail*/
.product_detail{

}
.product_detail .content{
    display: flex;
    flex-wrap: wrap;
}
.p_content_l{
    width: 33%;
}
h3.product_detail_title1{
    font-size: 26px;
    position: relative;
    padding-left: 25px;
    font-weight:normal;
    margin-bottom: 30px;
    line-height: 1em;
}
h3.product_detail_title1 a{

    display: block;
    width: 140px;
    line-height: 40px;
    background: #d5a965;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
    
}
h3.product_detail_title1:before{
    content: '';
    position: absolute;
    left:0;
    top:0px;
    width: 16px;
    height: 24px;
    background:#d4a966;
}
.p_content_l .img{
    margin-top: 10px;
}
.p_content_r{
    width: 100%;
    padding-left: 0%;
}
h3.product_detail_title2{
    font-size: 24px;
    color: #d4a966;
    font-weight: normal;
    text-indent: -10px;
    margin-bottom: 10px;
}
h3.product_detail_title2 span{
    font-weight: normal;
    color: #666;
    font-size: 20px;
}
.p_content_r .cont{
    margin-bottom: 10px;
}
.p_content_r table{
    border-top:1px solid #c5c5c5;
    border-right:1px solid #c5c5c5;
    max-width: 100%;
    width: 100%;
}

.p_content_r table tr td{
    border-bottom:1px solid #c5c5c5;
    border-left:1px solid #c5c5c5;
    text-align: center;
    line-height: 1.4em;
    padding:5px 0;
}
.p_content_r table tr td.bg1{
    background: #efefef;
}
.p_content_r p{
    font-size: ;
    color: #;
}


.ydxl_title1{
    margin-bottom: 50px;
}
.ydxl_title1 h3{
    font-weight: normal;
    position: relative;
    font-size: 26px;
    color: #666;
    float: left;
    padding-left: 25px;

}
.ydxl_title1 h3:before{
    content: '';
    position: absolute;
    left:0;
    top:15px;
    width: 16px;
    height: 24px;
    background:#d4a966;
}
.ydxl_title1 a{
    display: block;
    width: 140px;
    line-height: 40px;
    background: #d5a965;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
}
.n_container2{
    width: 1000px;
}
.ydxl_1{
    text-align: center;
    margin-bottom: 50px;
}
.ydxl_2{
    background: #f7f7f7;
    padding:50px 0;
}
.ydxl_2 h3{
    font-size: 20px;
    color: #666;
    font-weight: normal;
    margin-bottom: 20px;
}
.ydxl_2 h3 span{
    display: block;
    color: #999;
    font-size: 18px;
}
.ydxl_2 .ydxl_2_img{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.ydxl_2 .ydxl_2_img p{
    width: 47%
}
.ydxl_2 .ydxl_2_img p:nth-child(2){
    margin-left:6%;
}
.ydxl_2 .ydxl_2_text{
    display: flex;
    flex-wrap: wrap;
}
.ydxl_2 .ydxl_2_text p{
    width: 33.333%;
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    background: url(../images/dian1.png) no-repeat left center;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.yudu_img1{
    text-align: center;
    padding:30px 0;
}
.ydxl_3{
    padding:30px 0;
}
.ydxl_3_l{
    float: left;
    width: 60%;
}
.ydxl_3_list{

}
.ydxl_3_list p{
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    background: url(../images/dian1.png) no-repeat left center;
    margin-bottom: 10px;
}
.ydxl_3_text{
    padding-top: 50px;
}
.ydxl_3_text p{
    padding-left: 25px;    
}
.ydxl_3_r{
    float: right;
}
.ydxl_4{
    padding:50px 0;
    background: #f7f7f7;
    margin:0 0 50px 0;
}
.m_text{
    display: none;
}


.yxtd1{
    padding-bottom: 80px;
}
.yxtd1_text{
    width: 48%;
    float: left;
    padding-top: 80px;
}
.yxtd1_text p{
    margin-bottom: 20px;
}
.yxtd1_img{
    width: 48%;
    float: right;
}
.yxtd2{
    background: #f7f7f7;
    padding:30px 0;
}
.yxtd_title1{
    font-size: 18px;
    color: #666;
    font-weight: normal;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.yxtd_title1:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #d5a965;
}
.yxtd2_cs{
    display: flex;
    flex-wrap: wrap;
}
.yxtd2_cs p{
    width: 50%;
    border-top:1px solid #ccc;
    padding:8px 0;
    text-indent: 15px;
}
/*.yxtd2_cs p:last-child{
    border:none;
}*/


.yxtd3{
    padding-bottom: 100px;
}
.yxtd3_list1{
    display: flex;
    flex-wrap: wrap;
}
.yxtd3_list1 p{
    width: 41%;
    padding-top: 50px;
}
.yxtd3_list1 p:nth-child(2n){
    margin-left: 18%;
}

@media(max-width: 1049px){
    .n_container2{
        width: 98%;
    }
}
@media(max-width: 768px){
    .p_content_l{
        width: 100%;
    }
    .p_content_r{
        width: 100%;
        padding-left: 0;
    }
    h3.product_detail_title1{
        font-size: 18px;
    }
    h3.product_detail_title1 a{
        float:none;
        margin-top:15px;
        width:100px;
        font-size:14px;
    }
    h3.product_detail_title1:before {
        top: 8px;
    }
    h3.product_detail_title2{
        font-size: 24px;
        color: #d4a966;
        font-weight: bold;
        text-indent: -10px;
        margin-bottom: 10px;
    }
    h3.product_detail_title2 span{
        font-weight: normal;
        color: #666;
        font-size: 20px;
    }
    .ydxl_2 h3{
        font-size: 18px;
    }
    .ydxl_3_l{
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
    .ydxl_3_r{
        float: none;
        width: 100%;
        text-align: center;
    }
    .ydxl_3_text{
        padding-top: 20px;
    }
    .yxtd1{
        padding-bottom: 30px;
    }
    .yxtd1_text{
        width: 100%;
        float: none;
        padding:0;
    }
    .yxtd1_img{
        width: 100%;
        float: none;
        text-align: center;
    }
    .yxtd3{
        padding-bottom: 50px;
    }
    .yxtd3_list1 p{
        width: 48%;
        padding-top: 30px;
    }
    .yxtd3_list1 p:nth-child(2n){
        margin-left: 4%;
    }
}
@media(max-width: 640px){
    h3.product_detail_title1:before {
        top: 0px;
    }
    .ydxl_title1{
        margin-bottom: 20px;
    }
    .ydxl_title1 h3{
        float: none;
        font-size: 20px;
    }
    .ydxl_title1 h3:before{
        top:8px;
    }
    .ydxl_title1 a{
        float: none;
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }
    .ydxl_1{
        margin-bottom: 20px;
    }
    .ydxl_2{
        padding:20px 0;
    }
    .ydxl_2 h3{
        line-height: 1.8em;
        font-size: 16px;
    }
    .ydxl_2 h3 span{
        font-size: 16px;
    }
    .ydxl_2 .ydxl_2_text p{
        width: 100%;
    }
    .ydxl_3{
        padding:20px 0;
    }
    .pc_text{
        display: none;
    }
    .m_text{
        display: block;
    }
    .ydxl_3_text{
        padding-top: 10px;
    }
    .ydxl_4{
        padding:20px 0;
        margin-bottom: 30px;
    }
    .yxtd2_cs p{
        text-indent: 5px;
    }
    .yxtd3_list1 p{
        width: 100%;
        text-align: center;
    }
    .yxtd3_list1 p:nth-child(2n){
        margin-left: 0%;
    }
}




h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 0.5em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 1em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#d5aa65;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #d5aa65;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #d5aa65;
    vertical-align: middle;
    border: 1px solid #d5aa65; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}

#gotop{
    display: block;
    position: fixed;
    right:10px;
    bottom:30px;
    z-index: 9999;
    cursor: pointer;
}
.n_jcsb_right{
    position: fixed;
    left:0px;
    top:20%;
    /*height: 90%;*/
    z-index: 9999; 
}
.n_jcsb_right_cont{
    border-left:1px solid #d5a965;
    padding:10px 15px 10px 40px;
    background-color: rgba(255,255,255,.8);   
    position: relative;
    box-shadow: -1px 3px 3px #eee;
}
.n_jcsb_right_cont:after{
    content: '';
    position: absolute;
    top:0;
    left:19px;
    height:100%;
    width:1px;
    background: #d5a965;
}
.n_jcsb_right_cont a{
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}
/*.n_jcsb_right a span{*/
/*    display: none;*/
/*}*/
.n_jcsb_right_cont a:before{
    content: '';
    width:6px;
    height: 6px;
    border-radius: 100%;
    background: #d5a965;
    position: absolute;
    top:10px;
    left:-23.5px;
}
.n_jcsb_right_cont a:after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: none;
    border: 1px solid #d5a965;
    position: absolute;
    top: 6px;
    left: -27.5px; 
    opacity: 0;
}
.n_jcsb_right_cont a:hover{
    color: #d5a965;
    font-weight: bold;
}
.n_jcsb_right_cont a:hover:after{
    opacity: 1;
}  
.n_jcsb_right_cont a.on{
    color: #d5a965;
    font-weight: bold;
}
.n_jcsb_right_cont a.on:after{
    opacity: 1;    
}
.n_close{
    margin:15px 0 0 10px;
    cursor: pointer;
}
.n_close.on{
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
}

@media(max-width:1600px){
    .n_jcsb_right a{
        font-size:12px;
    }
}
@media(max-width:1199px){
    #gotop{
        display:none;
    }
    .n_jcsb_right{
        display:none;
    }
}

/*产品制造流程*/
.n_cpzzlc{
    /*width:1200px;*/
    /*margin:0 auto;*/
}
.n_cpzzlc li h2.n_title3{
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    color:#d2aa66;
    font-weight: normal;
    margin-bottom: 30px;
}
.n_cpzzlc li h2.n_title3:before{
    content: '';
    position: absolute;
    top:8px;
    left:0;
    width:10px;
    height: 22px;
    background: #d2aa66;
}
.n_cpzzlc li{
    padding:40px 0;
}
.n_cpzzlc li:nth-child(2n){
    background-color:#f5f5f5;
}
.n_cpzzlc li .text{
    text-align: center
}

@media(max-width:768px){
    .n_cpzzlc li{
        padding:20px 0;
    }
    .n_cpzzlc li h2.n_title3{
        margin-bottom:20px;
    }
}

.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: rgba(213,170,101,1);
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}